projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43dd3ea
)
x86/hpet: force_hpet_broadcast can be __initdata
author
Jan Beulich
<jbeulich@suse.com>
Fri, 23 Mar 2012 10:46:11 +0000
(11:46 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 23 Mar 2012 10:46:11 +0000
(11:46 +0100)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hpet.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hpet.c
b/xen/arch/x86/hpet.c
index 0f6d1a1fbb58f52ebfdc2472c6a0eef7cd614c14..b17cd07497e7d80febf693b25805da381eac2e1e 100644
(file)
--- a/
xen/arch/x86/hpet.c
+++ b/
xen/arch/x86/hpet.c
@@
-57,7
+57,7
@@
unsigned long __read_mostly hpet_address;
* if RTC interrupts are enabled. Enable this option if want to always enable
* legacy hpet broadcast for deep C state
*/
-static bool_t __
read_mostly
force_hpet_broadcast;
+static bool_t __
initdata
force_hpet_broadcast;
boolean_param("hpetbroadcast", force_hpet_broadcast);
/*